home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / WINDOWS / EZNET.ZIP / PINS.ZIP / PINS.FRX < prev    next >
Encoding:
Text File  |  1996-07-22  |  621 b   |  7 lines

  1.  jThis sample illustrates how to use Owner and Sleeping properties to create pins. Each time you 
  2. create a link, 2 owned little black nodes are created as origin and destination of the link (see the code of AddLink event).
  3. If you select a node and push the Sleep button, then all owned nodes of the current node are made 
  4. sleeping. When a node is sleeping, you cannot select it, move it, resize it. Such a node is a pin.
  5. If you select a node and push the Unsleep button, then all owned nodes of the current node are 
  6. made unsleeping. If you make a node unsleeping, you can change its position or resize it again. 
  7.